Message Constructor (Stream) |
Initializes a new instance of the Message class based on the supplied stream.
Namespace:
Independentsoft.Msg
Assembly:
Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntaxpublic Message(
Stream stream
)
Public Sub New (
stream As Stream
)
Parameters
- stream
- Type: System.IOStream
A stream.
See Also